/***
 *	DedeCMS v5.3 Style (grass green)
 *	dedecms.com  Author pigz  2008-11-10 10:57
 **/

/*--------------------------------------------------
 box base
 ---------------------------------------------*/

.tbox{/* 自适应宽度的块(通用块) */
	width:100%;
	overflow:hidden;
	margin-bottom: 5px;
		background-image: url(../images/ttbg-2.gif);
	background-repeat: repeat-x;
}
.tbox dt{
	height:32px;
	overflow:hidden;
	clear:both;
	background-image: url(../images/ttbg-1.gif);
	background-repeat: repeat-x;
	background-position: right top;
	
}
.tbox dt strong{
	height:32px;
	line-height:32px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
	color:#FFFFFF;
	letter-spacing:1px;
	background-image: url(../images/ttbg-2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.tbox dt strong a{
	color:#FFFFFF;
}
.tbox dt strong a:hover{
	color:#FFFF00;
	text-decoration:none;
}
.tbox dt strong a:visited{
	color:#FFFFFF;
}
.tbox dt span.more{
	float:right;
	position:relative;
	line-height:25px;
	padding-right:8px;
	color:#fff;
}
.tbox dt span.more a{
	color:#fff;
	text-decoration:none;
}
.tbox dt span.more a:hover{
	color:#05a;
}
.tbox dt span.label{
	height:24px;
	float:right;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dd{
	overflow:hidden;
	margin-top: 5px;	
}





/*--------------------------------------------------
 box layout (prefix space:a,b)
 ---------------------------------------------*/
 
/*---------- a : 文本列表块 ---------*/

/*---------- b : 图文混排块 ---------*/


/*-------------------------------------------------- 
 list layout (prefix space:c,d,e,f)
 ---------------------------------------------*/
 
/*---------- c : 纯文本列表 ---------*/
.c1{/* 纯文本链接列表 */
	padding:4px 0px;
	clear:right;
}
.c1 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
	padding-left:16px;
	background:url(../images/ico-2.gif) 7px 11px no-repeat;
}
.c1 a{
}

.c2{/* 水平切分的两列纯文本链接列表 */
	width:100%;
	padding:4px 0px;
	overflow:hidden;
	clear:both;
}
.c2 li{
	width:44%;
	margin-right:1%;
	float:left;
	height:27px;
	line-height:27px;
	overflow:hidden;
	padding-left:16px;
	background:url(../images/ico-2.gif) 7px 11px no-repeat;
}

/*---------- d : 附加信息列表 ---------*/
.d0{/* 前置时间日期的小列表 */
	float: left;
	width: 330px;	
}

.d0 li{
     /* padding-left:16px;*/
	height:28px;
	line-height:27px;
	overflow:hidden;		
}
.d0 li span{
	color:#715200;/*999;*/
	margin-left:22px;
	float:left;

}
.d1{/* 前置时间日期的小列表 */
	float: left;
	width: 330px;	
	/*	padding:4px 0px;*/
/*	color: #222;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	list-style: none;*/

	/*border-top: 1px solid #715200;*/
}

.d1 li{
     /* padding-left:16px;*/
	height:27px;
	line-height:27px;
	overflow:hidden;
	
	
}
.d1 li span{
	color:#000;/*999;*/
	margin-right:5px;
	float:left;
}
.d1 li a{
   
	text-decoration: none;
	height:27px;
	/*display: block;*/
	padding-right: 5px;
	padding-left: 5px;
}
.d1 li a:hover {
	background: #FFD667;
	text-decoration: none;
	display: block;
}

.d2{/* 后置时间日期的小列表 */
	padding:4px 0px;
}
.d2 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
}
.d2 li span{
	color:#000;/*999;*/
	float:right;
	padding-right:10px;
	margin-left:10px;
}

.d4{/*带内容简介的小列表*/
	padding:0px 0px;
}
.d4 li{
	height:60px;
	padding:4px 8px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
.d4 li a{
	display:block;
	line-height:23px;
	overflow:hidden;
	text-indent:14px;
	background:url(../images/ico-3.gif) 4px 9px no-repeat;
}
.d4 li p{
	color:#000;/*888;*/
	line-height:17px;
	height:33px;
	overflow:hidden;
}
.d5{/* 后置时间日期的大列表 */
	padding:8px;
	border-bottom:1px solid #EEE;
}
.d5 li{
	height:41px;
	line-height:41px;
	background:url(../images/ico-2.gif) 2px 17px no-repeat;
	padding-left:16px;
}
.d5 li a{
	font-size:14px;
}
.d5 li span{
	margin-left:10px;
	color:#999;
}


.d12{/* 前置时间日期的小列表 */
/*	padding:4px 0px;*/
/*	color: #222;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	list-style: none;*/

	/*border-top: 1px solid #715200;*/
}

.d12 li{
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #715200;
	line-height: 27px;
	float: left;
	width: 330px;
	margin-right: 5px;	
}
.d12 li span{
	color:#000;/*999;*/
	margin-right:5px;
	float:left;
}
.d12 li a{
	text-decoration: none;
	display: block;
	padding-right: 5;
	padding-left: 5px;
}
.d12 li a:hover {
	background: #FFD667;
	text-decoration: none;
}
/*---------- e : 图文混排列表 ---------*/
.picdlin{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #715200;
	margin-top: 15px;
	margin-bottom: 10px;
	}
.e1{/* 横向浮动的图片列表 120*90  */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:3px;
	padding-bottom:8px;

}
.e1 li{
	width:95%;
	overflow:hidden;
	/*padding-left:12px;*/
	float:left;
	text-align:right;
	margin-top: 2px;
	margin-bottom: 5px;
	height: auto;
}
.e1 li a{
	display:block;
}
.e1 li a:hover img{
	border:medium solid #999;
}
.e1 li a img{
	display:block;
	border:medium solid #FFFFFF;
	
	width:410px; 
height:200px;


}


.e1 li a span{
	display:block;
	line-height:17px;
	padding-top:6px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 4px;
}
.e1 li span{
	
}
.e1 li a.preview{
	width:420px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e1 li a.preview img{
	width:410px;
	/*height:60px;*/
	display:block;
	border:3px solid #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e1 li a.preview:hover img{
	display:block;
	border:3px solid #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e1 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
	text-align: left;
}
.e1 span.info small{
	color:#000;
	font-size:12px;
	margin-left:3px;
	font-weight: bold;
}
.e1 span.info a{
	color:#690;
}
.e1 p.intro{
	color:#000;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}


.e2{
	
}
.e2 li{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:12px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.e2 li a.preview{
	width:420px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e2 li a.preview img{
	width:410px;
	/*height:60px;*/
	display:block;
	border:3px solid #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e2 li a.preview:hover img{
	display:block;
	border:3px solid #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e2 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin-left:2px;
}
.e2 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
}
.e2 span.info small{
	color:#000;
	font-size:12px;
	margin-left:3px;
	font-weight: bold;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#000;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
}
.e3{/* 图文混排小列表 */	
	clear:both;
	overflow:hidden;
}
.e3 li{
	height:50px;
	overflow:hidden;
	padding:6px;
	border-bottom:1px dashed #DCEBD7;
}
.e3 li a.preview{
	width:58px;
	height:48px;
	float:left;
	display:block;
	margin-right:6px;
	overflow:hidden;
}
.e3 li a.preview img{
	width:58px;
	height:48px;
}

.e3 li a.title{
	height:21px;
	display:block;
	line-height:21px;
	overflow:hidden;
}
.e3 li .intro{
	color:#777;
	display:block;
	float:left;
	line-height:23px;
}
.e5{/* 竖排小图列表 102*70 (仅供首页图文混排列表使用) */
	padding-left:8px;
	width:112px;
	float:left;
	font-size:0px;
	line-height:0px;
}
.e5 li{
	display:block;
	width:104px;
	overflow:hidden;
	padding-top:8px;
}
.e6{/* 横排小图列表 102*70 (仅供首页图文混排列表使用) */
	height:81px;
	padding-left:6px;
	clear:both;
	overflow:hidden;
}
.e6 li{
	display:block;
	width:104px;
	padding-top:8px;
	padding-right:8px;
	overflow:hidden;
	float:left;
}
.e5 li a,.e6 li a{
	width:102px;
	height:70px;
	overflow:hidden;
	display:block;
	border:1px solid #676767;
}
.e5 li a img,.e6 li a img{
	display:block;
	width:102px;
	height:70px;
}
.e5 li a:hover,.e6 li a:hover{
	border:1px solid #333;
}
.e7{/* 横排小图列表 52*52 (用户头像列表) */
	clear:both;
	overflow:hidden;
}
.e7 li{
	width:60px;
	height:86px;
	float:left;
	overflow:hidden;
	padding-left:11px;
}
.e7 li a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.e7 li a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.e7 li a:hover img{
	border:1px solid #AAA;
}

.e8{/*图集列表专用大图列表*/
	width:100%;
	overflow:hidden;
	clear:both;
	margin-left:12px;
	margin-top:16px;
}
.e8 li{
	width:168px;
	height:184px;
	float:left;
	display:block;
	overflow:hidden;
	margin-right:8px;
	text-align:center;
}
.e8 li .pic{
	width:160px;
	height:120px;
	display:block;
	background:url(../images/picbox-listbg.gif) no-repeat;
	text-align:left;
	overflow:hidden;
}
.e8 li .pic img{
	width:152px;
	height:112px;
	display:block;
	margin-left:3px;
	margin-top:3px;
}
.e8 li .title{
	height:31px;
	display:block;
	line-height:31px;
	font-weight:bold;
	overflow:hidden;
}
.e8 li .date{
	color:#666;
}
.e8 li .date small{
	line-height:17px;
	font-size:12px;
	color:#999;
}
.e9{/* 右侧小图列表 */
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:4px;
}
.e9 li{
	width:106px;
	height:110px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-left:6px;
	display:inline;
}
.e9 li a{
	color:#777;
}
.e9 li a img{
	width:102px;
	height:76px;
	display:block;
	padding:1px;
	border:1px solid #DDD;
}
.e9 li a span.title{
	display:block;
	height:29px;
	line-height:29px;
	overflow:hidden;
}



.e10{
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:10px;
	padding-bottom:8px;
	text-align: left;	
}
.e10 li{
	width:420px;
	overflow:hidden;
	/*padding-left:12px;*/
	float:left;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
.e10 li a.preview{
	width:420px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e10 li a.preview img{
	width:410px;
	/*height:60px;*/
	display:block;
	border:3px solid #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e10 li a.preview:hover img{
	display:block;
	border:3px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e10 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin-left:2px;
	text-align: left;
}
.e10 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
}
.e10 span.info small{
	color:#000;
	font-size:12px;
	margin-left:3px;
	font-weight: bold;
}
.e10 span.info a{
	color:#690;
}
.e10 p.intro{
	color:#000;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
}

.e11{/* 横向浮动的图片列表 120*90  */
	width:100%;
	/*overflow:hidden;*/
	clear:both;
	padding-top:10px;
	padding-bottom:8px;

}
.e11 li{
	width:419px;
	overflow:hidden;
	
	float:left;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
.e11 li a{
	display:block;
}

.e11 li a img {
	display:block;
	border:4px solid #FFFFFF;
	width:420px;
	height: auto;	
}
.e11 li a:hover img{
	border:4px solid #CCC;
}
.e11 li a span{
	display:block;
	line-height:17px;
	padding-top:6px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 4px;
}
.e11 li span{
	
}
.e11 li a.preview{
	width:420px;
	float:left;
	/*margin-right:7px;*/
	margin-bottom:3px;
	/*margin-left:10px;*/
	display:inline;
}
.e11 li a.preview img{
	width:410px;
	/*height:60px;*/
	display:block;
	border:3px solid #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 410px; 
	max-height: 280px; 
	width: expression(this.width > 410 && this.height < this.width ? 410: true); 
	height: expression(this.height > 280 ? 280: true);
	     zoom:expression( function(elm) { 
         if (elm.width>410) { 
             var oldVW = elm.width;
			 elm.width=410; 
             elm.height = elm.height*(410 /oldVW);
         }
         elm.style.zoom = '1';
     }(this));

}
}
.e11 li a.preview:hover img{
	display:block;
	border:3px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.e11 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
	text-align: left;
}
.e11 span.info small{
	color:#000;
	font-size:12px;
	margin-left:3px;
	font-weight: bold;
}
.e11 span.info a{
	color:#690;
}
.e11 p.intro{
	color:#000;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}





/*---------- f : 特殊列表 ---------*/
.f1{/* 带数字ICO的排行榜列表 */
	background:url(../images/number-range.gif) 5px 5px no-repeat;
	overflow:hidden;
}
.f1 li{
	height:38px;
	display:block;
	padding:3px 0px 4px 0px;;
	border-bottom:1px dashed #DCEBD7;
	padding-left:38px;
	overflow:hidden;
}
.f1 li a{
	height:21px;
	line-height:21px;
	overflow:hidden;
	display:block;
}
.f1 li span{
	line-height:15px;
	color:#666666;
	margin-left:5px;
}
.f1 li span small{
	font-size:12px;
	color:#999;
}
.f1 li span a{
	display:inline;
	line-height:15px;
	color:#666666;
	color:#690;
}

.f2{/* 评论专用列表 */
	overflow:hidden;
}
.f2 li{
	height:73px;
	clear:both;
	overflow:hidden;
	border-bottom:1px dashed #DCEBD7;
	padding:0px 8px;
}
.f2 small{
	display:block;
	height:21px;
	padding-top:6px;
	line-height:21px;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.f2 small a.username{
	color:#000;/*666;*/
}
.f2 p{
	height:42px;
	overflow:hidden;
	line-height:21px;
	color:#888;
	text-indent:17px;
	background:url(../images/ico-comment-quote.gif) 0px 4px no-repeat;
}

.f4{/*友情链接(图片)专用*/

}
.f4 li{
	width:94px;
	height:37px;
	display:block;
	float:left;
	overflow:hidden;
	margin:10px 12px 2px 8px;
}
.f4 li a{
	width:88px;
	height:31px;
	overflow:hidden;
	float:left;
	border:3px solid #FFF;
}
.f4 li a:hover{
	border:3px solid #EEE;
}
.f5{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f5 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f5 li a{color:#000;
    text-decoration: none;
	height:27px;
}
.f5 li a:hover{color:#000; text-decoration:underline;}
.f5 li a:visited{color:#cc9966; text-decoration: none;}

.f6{/* 链接横排自适应列表 */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f6 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f6 li a{
	color:#000;/*666;*/
	float:left;
}
/*-------------------------------------------------- 
 list icon
 ---------------------------------------------*/
.ico1 li{
	padding-left:16px;
	background:url(../images/ico-1.gif) 7px 11px no-repeat;
}
.jieshao li{
padding:15px 15px 15px 15px;
FONT-SIZE:12px;
line-height:200%;	
}
.ico2 li{
	padding-left:16px;
	background:url(../images/ico-2.gif) 6px 11px no-repeat;
}
.ico2 li a{color:#000;
    text-decoration: none;
	height:27px;
}
.ico2 li a:hover{color:#000; text-decoration:underline;}
.ico2 li a:visited{color:#000;}
.ico3 li{
	padding-left:16px;
	background:url(../images/ico-3.gif) 7px 11px no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #715200;
	/*width: 16px;*/
}
.ico3 li a{
    FONT-SIZE: 12px;
    text-decoration: none;
	height:27px;
}
.ico3 li a:hover{color:#000; text-decoration: none;}
.ico3 li a:visited{color:#000; text-decoration: none;}

.col2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 210px; PADDING-TOP: 0px
}
.col2 H1 A {
	COLOR: #cfcfcf; LETTER-SPACING: 1px; TEXT-DECORATION: none
}
.col2 H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 14px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 8px; MARGIN: 0px; COLOR: #222; PADDING-TOP: 8px
}
.col2 H3 A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 20px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: url(../images/arrow.jpg) no-repeat left center; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #cfcfcf; PADDING-TOP: 0px; TEXT-DECORATION: none
}
.col2 H3 A:hover {
	TEXT-DECORATION: underline
}
.col2 P {
	FONT-SIZE: 12px; COLOR: #222; LINE-HEIGHT: 22px
}
.col2 P.dotted {
	PADDING-BOTTOM: 5px; LINE-HEIGHT: 22px; PADDING-TOP: 2px; BORDER-BOTTOM: #715200 1px dotted
}
.col2 P.dotted IMG {
	MARGIN: 5px 0px
}
.col2 UL {
	PADDING-RIGHT: 0px; BORDER-TOP: #715200 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #222; LINE-HEIGHT: 1.3em; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.col2 UL LI {
	BORDER-BOTTOM: #715200 1px solid
}
.col2 UL A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; TEXT-DECORATION: none
}
.col2 UL A:hover {
	BACKGROUND: #ffd667
}

